home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / misc / emu / App8ImU.lha / ImU.doc < prev    next >
Encoding:
Text File  |  1998-04-02  |  2.2 KB  |  41 lines

  1.  
  2.   The line 'stack 410000' must be entered before "ImU" is run.  This is because
  3. "ImU" reads the entire diskette image into memory when it starts and because
  4. the Pascal compiler used allocates all data areas used on the stack.
  5.  
  6. Usage:
  7.     "ImU" = Display directory listing of image file named via console prompt
  8.     "ImU ifN" = Display directory listing of "ifN"
  9.     "ImU ifN -x afN" = Extract "afN" from "ifN"
  10.     "ImU ifN -xt afN" = '-x' plus translate 'EOL'
  11.     "ImU ifN -i fN" = Insert "fN" into "ifN" (Not yet implemented)
  12.     "ImU ifN -it fN" = '-i' plus translate 'EOL' (Not yet implemented)
  13.     "ImU ifN -d afN" = Delete "afN" from "ifN" (Not yet implemented)
  14.     "ImU ifN -r" = Reorder "ifN" creating "ifN.ro"
  15.     "ImU ifN -r ofN" = Reorder "ifN" creating "ofN"
  16.     "ImU ifN -c" = Convert bit image "ifN" to sector image "ifN.si"
  17.     "ImU ifN -c ofN" = Convert bit image "ifN" to sector image "ofN"
  18.  
  19.     The filename can include a path to another directory but the total number
  20. of characters in the path/file name should not exceed 30 due to a problem in
  21. the Pascal compiler used to compile "ImU".
  22.  
  23.     If the size of 'ifN' is not 143360, it is assumed that the file is a bit
  24. image file used by "Apple on Amiga".  If the size is 143360, it may be either
  25. a 'ProDOS order' (PO) or a 'DOS3.3 order (DO) sector image file.  Please note
  26. that the order of the sectors in a sector image file is NOT related to the
  27. operating system contained in a sector image file.  So it is possible for a
  28. 'ProDOS order' sector image file to contain an image of a DOS 3.3 diskette.
  29. Or for a 'DOS33 order' sector image file to contain an image of a ProDOS
  30. diskette.
  31.  
  32.     If 'afN' (the name of the file to be extracted from the image) contains
  33. one or more spaces, then 'afN' must be enclosed in apostrophes or quotes.
  34.  
  35.     "ImU" will generate directory listings that closely match those produced
  36. by the native Apple ][ operating system that created the original diskette.
  37. "ImU" can display the directories of DOS 3.3, UCSD Pascal and ProDOS diskette
  38. images.  It will display both directories if the image is of a diskette that
  39. contains a combination of DOS 3.3 with either UCSD Pascal or ProDOS.  "ImU"
  40. will NOT recognize images of CP/M diskettes.
  41.